home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
source_code
/
tydhtml
/
dyn.exe
/
Chap06
/
dyn6_4.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-02
|
302 b
|
13 lines
<SCRIPT language=javascript>
function thankYou () {
alert("Thanks for sharing your information with us.");
return true;
}
function beSure() {
if ( confirm("Are you sure you want to clear the contents of this form?") )
return true;
else
return false;
}
</SCRIPT>